Adding a match rule
You must add at least one match rule to a model in order to publish it. You can add match rules to a model in the Match Rules tab
Before you begin
You must have the following privileges to add a match rule:
- MDM - View Models
- MDM - Edit Models
Procedure
-
In the Match Rules tab, click Add a Match Rule or Add Your First Match Rule.
The Match Rule dialog appears and takes focus.

-
Either add an expression (simple or advanced) or an expression group.
-
Repeat step 2 until you are finished building the match rule.
To change the Boolean operator relating grouped expressions at the top level of the match rule definition, click the desired Top Level Operator — AND, OR or NOT.
-
Click Save. You can delete a match rule, but you cannot undo the deletion. To undo, you can re-add the match rule or click Cancel or Close to discard all unsaved changes to the model.
The Match Rule dialog closes, and the newly added match rule is shown in the Match Rules tab. You can drag and drop the reorder icon
to change the relative priority of the match rule.
noteIf you delete a field from the match rules on the Fields tab, the corresponding match rules will become invalid. You will see their definitions highlighted in red, and the deleted fields will be labeled as Unknown.
noteThe key to building a match rule is to start at the beginning and proceed in a linear fashion. For example, consider the match rule (Match on: first_name AND Match on: last_name) OR (Match on: last_name AND Match on: email). This match rule would be built as follows:
-
Add the first expression group with AND as the group-level operator.
-
Add the two expressions in that group.
-
Add the second expression group with AND as the group-level operator.
-
Add the two expressions in that group.
-
Change the Top Level Operator to OR.
-